Documentation
LiveSPInstallation Operating GuideDownload PDF
Monitoring : Track configurations update
Track configurations update
In order to track any change in application configuration, you can use tool git which is by default installed on management server.
Connect through SSH to the management server and go into the configuration files directory:
cd ~/.config/livesp
You can then use following command to see all recent changes (date, author, description):
git log
If you want to check what exactly are the changes for a specific commit, you can use following command:
git show
NOTE: Whenever an installation or configuration update is done, all modifications inside configuration files directory are tracked and committed into git.